Xbasic

INDEX.FETCH_STATE_LIST_GET Function

Syntax

OutputString as C = Fetch_State_List_Get(N records[,N step])

Arguments

records

The number of records to examine.

step

Optional. Default = 1. The interval between records.

Description

Returns list of fetch states from head or tail of an ASX file (direction depends on +/- records).

Discussion

The .FETCH_STATE_LIST_GET() method returns a list of fetch states from head or tail of an ASX file (direction depends on +/- records).

See Also